-
Interface for managing Map’s camera.
See moreDeclaration
Objective-C
@interface MBMCameraManager : MBMStyleManagerSwift
class CameraManager : StyleManager -
Holds information about camera bounds.
See moreDeclaration
Objective-C
@interface MBMCameraBounds : NSObjectSwift
class CameraBounds : NSObject -
Holds options to be used for setting camera bounds.
See moreDeclaration
Objective-C
@interface MBMCameraBoundsOptions : NSObjectSwift
class CameraBoundsOptions : NSObject -
Various options for describing the viewpoint of a map. All fields are optional.
Anchor and center points are mutually exclusive, with preference for the center point when both are set.
See moreDeclaration
Objective-C
@interface MBMCameraOptions : NSObjectSwift
class CameraOptions : NSObject -
Describes the viewpoint of the map.
See moreDeclaration
Objective-C
@interface MBMCameraState : NSObjectSwift
class CameraState : NSObject -
A rectangular area as measured on a two-dimensional map projection.
See moreDeclaration
Objective-C
@interface MBMCoordinateBounds : NSObjectSwift
class CoordinateBounds : NSObject -
The distance on each side between rectangles, when one is contained into other.
All fields’ values are in \link MapOptions#size platform pixel \endlink units.
See moreDeclaration
Objective-C
@interface MBMEdgeInsets : NSObjectSwift
class EdgeInsets : NSObject -
Various options for accessing physical properties of the underlying camera entity. A direct access to these properties allows more flexible and precise controlling of the camera while also being fully compatible and interchangeable with CameraOptions. All fields are optional.
See moreDeclaration
Objective-C
@interface MBMFreeCameraOptions : NSObjectSwift
class FreeCameraOptions : NSObject -
TransitionOptions controls timing for the interpolation between a transitionable style property’s previous value and new value. These can be used to define the style default property transition behavior. Also, any transitionable style property may also have its own -transition property that defines specific transition timing for that specific layer property, overriding the global transition values.
See moreDeclaration
Objective-C
@interface MBMTransitionOptions : NSObjectSwift
class TransitionOptions : NSObject -
3 component vector
See moreDeclaration
Objective-C
@interface MBMVec3 : NSObjectSwift
class Vec3 : NSObject -
4 component vector
See moreDeclaration
Objective-C
@interface MBMVec4 : NSObjectSwift
class Vec4 : NSObject
Map camera management Reference